home *** CD-ROM | disk | FTP | other *** search
- /**/#
- /**/# $Id: imake.config,v 1.1 1991/10/13 23:44:48 christos Exp $
- /**/#
- /**/# config.Imakefile for for tcsh 6.00
- /**/# Marc Horowitz, MIT SIPB
- /**/#
-
- /* installed location of tcsh, if different than the default in
- pathnames.h */
- /* #define TcshPath /afs/sipb/project/tcsh/tcsh */
-
- /* The following #define's may be used to cause tcsh to link against
- these libraries. If you have one of the machines which is defined in
- the Imakefile, the correct libraries will automatically be used. It's
- better to set up new definitions in the Imakefile than to put them
- here if you're defining support for a new machine, rather than
- configuring for local hacks. */
- /* #define UseLibTermcap */
- /* #define UseLibCurses */
- /* #define UseLibNet */
- /* #define UseLibSocket */
- /* #define UseLibBsd */
- /* #define UseLibC_S */
- /* #define UseLibSun */
- /* #define UseLibCposix */
- /* #define UseLibInet */
- /* #define UseLibDir */
- /* #define UseLibX */
- /* #define UseLibIntl */
- /* #define UseLibPosix */
- /* #define UseLibDirent */
-
- /* define if you want to use gcc. Your site.def file may already do
- this, but it shouldn't hurt. */
- /* #define HasGCC */
-
- /* define if you have some different compiler than cc or gcc */
- /* #define MyCC xlc */
-
- /* define if you have Hesiod passwd information, and want tcsh to use it */
- /* #define HESIOD */
-
- /* defines installation dir if different from /usr/local. The
- executable will be put in DestDir/bin/tcsh, and the man page in
- DestDir/man/man1/tcsh.1 */
- /* #define DestDir /afs/sipb/project/tcsh */
-
- /* define any of the following if you want to change the compiler flags */
- /* #define MyCflags */
- /* #define MyDefines */
- /* #define MyIncludes */
- /* #define MyLibs */
-
- /* By default, the compiler debug flags are -O. Define this if you
- want them to be something else. */
- /* #define CDebugFlags -g -O */
-
- /* If you want HOSTTYPE to be something other than the default in
- tc.vers.c, define it here */
- /* #define HostType decmips */
-